home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
By Popular Request 2.0
/
By Popular Request 2.0 (Arsenal Computer).ISO
/
amiga_2
/
cnetjam2.lha
/
CNetJam2
/
cnet
/
pfiles
/
fido
/
FidoBusyMessage
< prev
next >
Wrap
Text File
|
1995-01-28
|
2KB
|
23 lines
/**************************************************************************\
$VER: Fido Busy, v2.0 (27-Jan-95) by Dotoran!
\**************************************************************************/
/* Checks INBOUND: for ".pkt" files, then displays a "busy" message. */
options results ; tr=transmit ; se=sendstring ; getuser 15 ; ac=result
a=addlib('rexxsupport.library',0,-30,0) ; a=showdir('inbound:')
if index(upper(a),'.PKT')>0 then do ; tr 'f1n4'
tr '>9z1 z0'
tr '>9z1 cf--> ceA T T E N T I O N C U R R E N T U S E R cf<-- z0'
tr '>9z1cb z0'
tr '>9z1 There are incoming FIDO-Net Messages being processed in z0'
tr '>9z1 the background right now, so you will be experiencing a z0'
tr '>9z1 SLOW-DOWN in the performance of Frontiers BBS, until all z0'
tr '>9z1 new messages have been processed. Thank You. z0'
tr '>9z1 caDotoran z0'
tr '>9z1 z0'
if ac<31 then se ' c6<c7Press cdENTER c7Nowc6>i1'
if ac=31 then do;se "n1Run CNet Toss now? [No]: ";gc;a=result
if a="Y" then do;tr "Yes!";address command "cnet:toss";end;else tr "No.";end
end ; else tr 'n1c6No ceFIDO-Net c9Activity c6Happening cbPresentlyc6.'
/** Last Edited: 27-Jan-95 ************************************************\
\****************************************** FRONTIERS BBS (716)/823-9892 **/